/*
Theme Name: Likely Story
Theme URI:
Author: Luke Dagnall
Author URI:
Description: LS Official Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* Force site logo to use provided PNG across all pages */
.logo.block {
  /* Ensure the anchor displays the logo image at a consistent size */
  display: inline-block !important;
  width: 250px;
  height: 153px;
  min-width: 250px;
  min-height: 153px;
  background-image: url('../../../logo.png') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: left center !important;
}

/* Hide any existing inline SVGs or imgs inside the logo anchor */
.logo.block svg,
.logo.block img {
  display: none !important;
}
